From: Eli Zaretskii Date: Sat, 3 Jul 2004 11:01:32 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~21740 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7a2285d8849f9f8b607d0f6006bec8610a0e4009;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 19ecb15cf2d..7dc899bd605 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2004-07-03 Eli Zaretskii + + * progmodes/grep.el (grep-compute-defaults, grep-command) + (grep-program, find-program, grep-find-use-xargs, grep-history) + (grep-find-history, grep-tag-default, grep-find-command) + (grep-regexp-alist, grep-process-setup, grep-compute-defaults): + Add autoload cookies, for unbundled packages that load `compile' + and expect all grep-related symbols to become defined. + 2004-07-03 KOSEKI Yoshinori * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload diff --git a/src/ChangeLog b/src/ChangeLog index 25e2e7b221f..400700ffbc4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2004-07-03 Eli Zaretskii + + * msdos.c (dos_rawgetc): Use make_number to produce Lisp objects + for event.x and event.y. + 2004-07-01 Kenichi Handa * w32select.c (Fw32_set_clipboard_data): Update `nbytes' correctly